home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / strigi / fieldproperties / strigi.rdfs next >
Extensible Markup Language  |  2008-07-20  |  2KB  |  71 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!DOCTYPE rdf:RDF [
  3.      <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
  4.      <!ENTITY xesam 'http://freedesktop.org/standards/xesam/1.0/core#'>
  5.      <!ENTITY strigi 'http://strigi.sf.net/ontologies/0.9#'>
  6.      <!ENTITY xss 'http://freedesktop.org/standards/xesam/1.0/schema#'>
  7.      <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
  8. ]>
  9. <rdf:RDF xmlns:rdf="&rdf;"
  10.      xmlns:xesam="&xesam;"
  11.      xmlns:strigi="&strigi;"
  12.      xmlns:xss="&xss;"
  13.      xmlns:rdfs="&rdfs;">
  14.  
  15. <rdf:Property rdf:about="&rdf;type">
  16.     <rdfs:label>rdf:type</rdfs:label>
  17.     <rdfs:domain rdf:resource="&rdfs;Resource"/>
  18.     <rdfs:range rdf:resource="&rdfs;Class"/>
  19.     <rdfs:comment>Declaring this here so that it's picked up by FieldPropertiesDb</rdfs:comment>
  20. </rdf:Property>
  21.  
  22. <rdf:Property rdf:about="&strigi;depth">
  23.     <rdfs:label>strigi:depth</rdfs:label>
  24.     <rdfs:domain rdf:resource="&xesam;Source"/>
  25.     <rdfs:comment>Embedding  depth</rdfs:comment>
  26. </rdf:Property>
  27.  
  28. <rdf:Property rdf:about="&strigi;parentUrl">
  29.     <rdfs:label>strigi:parentUrl</rdfs:label>
  30.     <rdfs:domain rdf:resource="&xesam;Source"/>
  31.     <rdfs:comment>Parent URL</rdfs:comment>
  32. <!-- for strigi to work properly, this value may not be tokenized. is this the right namespace? -->
  33.         <rdfs:tokenized>false</rdfs:tokenized>
  34. </rdf:Property>
  35.  
  36.  
  37.  
  38. <rdf:Property rdf:about="&strigi;codeLineCount">
  39.     <rdfs:label>strigi:codeLineCount</rdfs:label>
  40.     <rdfs:domain rdf:resource="&xesam;SourceCode"/>
  41.     <rdfs:comment>Source code code line count</rdfs:comment>
  42. </rdf:Property>
  43.  
  44. <rdf:Property rdf:about="&strigi;commentLineCount">
  45.     <rdfs:label>strigi:commentLineCount</rdfs:label>
  46.     <rdfs:domain rdf:resource="&xesam;SourceCode"/>
  47.     <rdfs:comment>Source code comment line count</rdfs:comment>
  48. </rdf:Property>
  49.  
  50.  
  51.  
  52. <rdfs:Class rdf:about="&strigi;Cursor">
  53.     <rdfs:subClassOf rdf:resource="&xesam;Visual"/>
  54.     <rdfs:label>strigi:Cursor</rdfs:label>
  55.     <rdfs:comment>Cursor is an image with a hot spot.</rdfs:comment>
  56. </rdfs:Class>
  57.  
  58. <rdf:Property rdf:about="&strigi;hotSpotX">
  59.     <rdfs:label>strigi:hotSpotX</rdfs:label>
  60.     <rdfs:domain rdf:resource="&strigi;Cursor"/>
  61.     <rdfs:comment>Cursor hot spot X coordinate</rdfs:comment>
  62. </rdf:Property>
  63.  
  64. <rdf:Property rdf:about="&strigi;hotSpotY">
  65.     <rdfs:label>strigi:hotSpotY</rdfs:label>
  66.     <rdfs:domain rdf:resource="&strigi;Cursor"/>
  67.     <rdfs:comment>Cursor hot spot Y coordinate</rdfs:comment>
  68. </rdf:Property>
  69.  
  70. </rdf:RDF>
  71.